home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Util / Network / PortShare Lite Folder / Printer Sharing < prev   
Encoding:
Text File  |  1993-05-09  |  610 b   |  14 lines  |  [TEXT/ttxt]

  1. If you use PortShare Pro/Lite to share your printers, you can meet problems when something goes wrong: printer drivers aren't robust (they don't check for error codes, etc). So we recommend to patch printer drivers with ResEdit:
  2.  
  3. The ImageWriter driver: resource PDEF 5, address 0x0604:
  4. old data: 45EF 0020 2452
  5. new data: 6D18 246F 0020
  6.  
  7. The StyleWriter driver(before v.7.2.2): resource PDEF 5, address 0x0752:
  8. old data: 45EF 0020 2452
  9. new data: 6D1E 246F 0020
  10. The StyleWriter driver version 7.2.2 checks for errors and shouldn't be patched.
  11.  
  12. The ImageWriter LQ driver seems to process error codes correctly.
  13.  
  14.